home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / NET / RARP.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  245b  |  13 lines

  1. /* linux/net/inet/rarp.h */
  2. #ifndef _RARP_H
  3. #define _RARP_H
  4.  
  5. extern int rarp_ioctl(unsigned int cmd, void *arg);
  6. extern int rarp_get_info(char *buffer, 
  7.              char **start, 
  8.              off_t offset, 
  9.              int length,
  10.              int dummy);
  11. #endif    /* _RARP_H */
  12.  
  13.